Ground Overlay Supporting tagline
Download tutorial data, unzip and copy it into:
dss_course_dataset\google_earth\
1. Adding Ground Overlay
-
Open the “geotiff” (soil_loss.tif) to be overlayed with gimp and save it as “jpeg”
-
If the “geotiff” not projected in WGS84, convert it with QGIS (Raster/Projection/Warp) in WGS84 in order to access coordinates of the boundaries of the raster file in WGS84 (required to position it in GoogleEarth)
-
Add “Image Overlay” with GoogleEarth(Add/Image Overlay) and use boundaries identified with QGIS (Layer Properties/Metadata) using Placemark Properties/Location tab
-
Create a new Folder with name “Erosion” in GoogleEarth and move the Image Overlay created into it.
-
Save it as kml (erosion.kml)
2. Adding Legend
-
Open legend_soil_loss.svg with Inkscape and modify it if required
-
Export it in png (File/Export Bitmap) as “legend.png”
-
Open “erosion.kml” with notepad++
-
Paste between Folder tags the following tags:
<ScreenOverlay>
<visibility>1</visibility>
<name><font color="#999">Legend</font></name>
<description>
</description>
<Icon>
<href>legend.png</href>
</Icon>
<overlayXY x="0.01" y="0.99" xunits="fraction" yunits="fraction"/>
<screenXY x="0.01" y="0.99" xunits="fraction" yunits="fraction"/>
</ScreenOverlay>
3. Using time series animation
-
Create a new “Image Overlay” with “soil_loss-1.jpeg” with the same “Location parameters”
-
Add time stamp in both “GroundOverlay” tags (with notepad++):
<TimeSpan>
<begin>2012-01-01</begin> <!-- kml:dateTime -->
<end>2012-12-31</end> <!-- kml:dateTime -->
</TimeSpan>